home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 119 / cdrom119.iso / jogos / wildww / Wild Wild Web Install.exe / {app} / readme.txt < prev    next >
Encoding:
Text File  |  2006-06-07  |  1.6 KB  |  88 lines

  1. 7.6.2006
  2.  
  3. Kari Kuvaja
  4. http://cs.joensuu.fi/~kkuvaja/
  5. kuvkar@gmail.com
  6.  
  7. *********************************
  8. *                *
  9. *    Wild Wild Web         *
  10. *                *
  11. *********************************
  12. version : 1.1
  13.  
  14.  
  15.  
  16. instructions :
  17. ----------------
  18.  
  19. shoot balls of matching color to clear level. 
  20. Dropping balls add more ammo, try to shoot root nodes down to drop longer chains. 
  21. A removed ball removes all attached neighbors of same color also, resulting in better score.
  22. Each level solved adds 5 more ammo. Getting further in the game, balls of some colors act more differently
  23. when shot...
  24.  
  25.  
  26. controls :
  27. -------------------
  28. ESC = quit game
  29. mouse = aim
  30. left mouse button = shoot
  31. r = restart level
  32.  
  33.  
  34. system requirements :
  35. ------------------------
  36.  
  37. OpenGL accelerated graphics card, 1024*768 fullscreen resolution
  38. probably ~ 1500 mhz processor (could be less or more...)
  39. Windows XP/2000
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. depencies :
  48. ---------------------
  49. game needs following dll:s to work ( not included in distribution )
  50.  
  51. USER32.dll 
  52. SHELL32.dll 
  53. WINMM.DLL 
  54. ADVAPI32.DLL 
  55. msvcrt.dll 
  56. GDI32.dll 
  57. KERNEL32.dll 
  58. OPENGL32.dll 
  59. GLU32.dll 
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. very uninteresting stuff:
  70. ------------------------
  71. Game was inspired by Experimental gameplay project (http://www.experimentalgameplay.com)
  72. with intention to experiment with String physics.
  73.  
  74.  
  75. Game is written mainly with Python, in addition with c using SWIG (since version 1.1, 
  76. for optimizations)
  77.  
  78. External libraries used: 
  79.  
  80. Psyco    for optimization
  81. PyOpengl for graphics rendering
  82. PyGame   for inputs and window
  83.  
  84.  
  85.  
  86.  
  87.  
  88.